home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15536 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  827 b 

  1. Path: news.interpath.net!softbase
  2. From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: list of functions in a lib<>.a file
  5. Date: 19 Apr 1996 19:04:51 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4l8o4j$kj@news.interpath.net>
  8. References: <4l60fc$9am@ornews.intel.com> <smryanDq3M2y.5M8@netcom.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. @#$%!?! (smryan@netcom.com) wrote:
  13. : : Is there a way that I can get a list of functions in a .a
  14. : : library file?
  15.  
  16. : nm if your system has it.
  17.  
  18. Don't you mean ar? nm lists the symbols in a .o file, but I don't
  19. think I've ever run it on an archive before. ar would be more
  20. user friendly anyhow.
  21.  
  22. I think it's ar -t for a directory, same as tar.
  23.  
  24. Scott
  25.  
  26.